@charset "utf-8";

::-webkit-scrollbar {

 width: 8px;

 height: 8px;

 background-color: #F5F5F5

}



::-webkit-scrollbar-track {

 border-radius: 10px;

 background-color: #E2E2E2

}



::-webkit-scrollbar-thumb {

 border-radius: 10px;

 -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);

 background-color: #555

}

* {

	padding: 0;

	margin: 0;

	font-family: "微软雅黑", 'Microsoft YaHei', arial, helvetica, clean, sans-serif;

}

body {

	font: 14px/1.231 "微软雅黑", 'Microsoft YaHei', arial, helvetica, clean, sans-serif;

	color: #333;

	margin: 0;

}

:focus {

	outline: 1;

}

article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {

	display: block;

}

a {

	margin: 0;

	padding: 0;

	border: 0;

	font-size: 100%;

	vertical-align: baseline;

	background: transparent;

}

ins {

	background-color: #ff9;

	color: #000;

	text-decoration: none;

}

mark {

	background-color: #ff9;

	color: #000;

	font-style: italic;

	font-weight: bold;

}

del {

	text-decoration: line-through;

}

table {

	border-collapse: collapse;

	border-spacing: 0;

}

hr {

	display: block;

	height: 1px;

	border: 0;

	border-top: 1px solid #cccccc;

	margin: 1em 0;

	padding: 0;

}

input, select {

	vertical-align: middle;

}

li, ul {

	list-style-type: none;

}

img {

	border: none;

}

a {

	color: #333;

	text-decoration: none;

	-webkit-transition: all .3s ease-out;

	transition: all .3s ease-out;

}

a:link, a:hover, a:active, a:visited {

	text-decoration: none;

}

input, textarea {

	outline: 0;

	border: 0;

}

textarea {

	resize: none;

}

h1, h2, h3, h4, h5, h6, dl, dd, dt, i, em {

	font-weight: normal;

	font-style: normal;

}

img {

	border: 0;

	margin: 0;

	padding: 0;

}

ul, li, ol, h1, h2, h3, dl, dt, dd, form, p, b, u, s, i {

	list-style: none;

	margin: 0;

	padding: 0;

	font-weight: normal;

}

input, textarea {

	outline: none;

	list-style: none;

}/*去掉输入框得到焦点时边框会出现阴影效?---例如360

/*公共样式*/

.clear {

	clear: both;

}

.left {

	float: left;

}

.right {

	float: right;

}

.wrap {

	width: 1180px;

	margin: 0 auto;

}

.fixedNav {

	position: fixed;

	top: 0px;

	left: 0px;

	width: 100%;

	z-index: 100000;

	_position: absolute;

 _top: expression(eval(document.documentElement.scrollTop));

}

/*头部样式*/

.header_top {

	height: 40px;

	line-height: 40px;

	color: #959292;

	border-bottom: 1px solid #f1f1f1;

}

.header_top div>div a {

	margin: 0 5px;

	color: #959292;

}

.header_top div>div a i {

	display: inline-block;

	width: 12px;

	height: 12px;

	overflow: hidden;

	margin-right: 5px;

}

.icon1 {

	background: url(../images/top_icon.png) no-repeat left 1px;

}

.icon2 {

	background: url(../images/top_icon.png) no-repeat left -11px;

}

.icon3 {

	background: url(../images/top_icon.png) no-repeat left -24px;

}

.icon4 {

	background: url(../images/top_icon.png) no-repeat left -36px;

}

/*logo部分*/

.header {

	height: 120px;

	overflow: hidden;

}

.header div>h1 {

	display: inline-block;

	text-transform: uppercase;

	margin-right: 20px;

	border-right:1px solid #a0a0a0;

	padding-right: 25px;

	padding-bottom: 10px;

	margin-top: 10px;

}

.header div>h1 a {

	display: inline-block;

	padding-top: 10px;

	font-size: 36px;

	font-weight: bold;

	color: #0066cb;

}

.header div>h1 b {

	color: #a7a7a7;

	font-size: 18px;

	font-family: Arial, Helvetica, sans-serif;

	text-transform: uppercase;

}

.header div>h1 span {

	font-size: 26px;

}

.header div>div.comn {

	float: left;

	border-right: 1px solid #a9a9a9;

	padding: 18px 20px 20px 10px;

	margin-right: 20px;

}

.header div>div.comn a {

	font-size: 30px;

	font-weight: bold;

	color: #009ae9;

}

.header div>div.comn b {

	font-size: 14px;

	font-family: Arial, Helvetica, sans-serif;

	color: #9a9a9a;

	text-transform: uppercase;

}

.header div>div.comn_txt {

	padding: 9px 0 19px 0;

}

.header div>div.comn_txt strong {

	font-size: 18px;

	line-height: 28px;

}

.header div>div.comn_txt span b {

	font-weight: bold;

	color: #ff8a00;

}

.header div>div.comn_txt div {

	font-size: 16px;

	color: #d7000a;

}

.header div>div.comn_txt div b {

	font-weight: bold;

	color: #aa110b;

}

.logoname {

	margin-top: 15px;

}

.tell {

	margin-top: 32px;

	background: url(../images/tell.jpg) no-repeat left center;

	padding-left: 96px;

}

.tell span {

	display: inline-block;

	height: 24px;

	line-height: 24px;

	background: url(../images/tell_line.jpg) no-repeat center;

	font-size: 18px;

	color: #333;

}

.tell strong {

	font-size: 24px;

	font-family:Impact;

	display: inline-block;

	color: #fd0110;

    font-weight: normal;

}

/*导航样式*/

.nav {

	height: 50px;

	line-height: 50px;

	background: #646464;

}

.nav li.navli01:first-child {

}

.nav li.navli01 {

	text-align: center;

	float: left;

	font-size: 15px;

	padding: 0 17px;

	background: url(../images/nav-line.jpg) no-repeat left center;

position: relative;

}

.nav li.navli01 span {

	font-family: Arial, Helvetica, sans-serif;

	text-transform: uppercase;

	font-size: 12px;

}

.nav li.navli01 a {

	color: #fff;

}

.nav ul.navul02{position: absolute; left:0; top:50px; z-index:999; width:100%; display:none;}

.nav ul.navul02 li{ height:40px; line-height:40px; border-bottom:1px solid #a0a0a0; background:#fff; font-size:13px;}

.nav ul.navul02 li a{ color:#000;}

.nav ul.navul02 li:hover{ border-bottom:1px solid #342b2c; font-weight:bold;}

.nav li.navli01:hover .navul02{ display:block;}

, .nav li.navli01.another {

	background: #000;

}

/*底部导航*/



.foot {

	overflow: hidden;

	padding-bottom: 20px;

	background: #202020;

	color: #fff;

	padding-top:7px;

}

.foot h2 {

	display: inline-block;

	font-size: 14px;

}

.foot a {

	color: #fff;

}

.foot_l {

	padding: 0 30px 0 132px;

	border-right: 1px solid #b5b5b5;

}

.foot_r {

	overflow: hidden;

	margin-top: 15px;

	line-height: 30px;

	text-align: center;

}

.db_nav {

	height: 50px;

	margin-bottom: 20px;

	background: #323232;

}

.db_nav ul {

	line-height: 50px;

}

.db_nav li:first-child {

	background: none;

}

.db_nav li {

	float: left;

	font-size: 15px;

	color: #fff;

	padding: 0 17px;

	background: url(../images/db-line.jpg) no-repeat left center;

}

.db_nav li a {

	color: #fff;

	display: inline-block;

}

.ewmt {

	float: left;

	width: 86px;

	margin: 7px;

}

.ewm_txt {

	float: left;

	width: 100px;

	color: #fff;

	padding-top: 58px;

	text-align: center;

}

.clear_h2 {

	font-size: 14px;

	display: inline-block;

}
